StructSize
| Specifies the size of the PEGraphOptions4 structure. You must initialize this member to be the size of the structure, for example: options.StructSize = PE_SIZEOF_GRAPH_OPTIONS4.
|
GraphMaxValue
| Specifies the maximum value that will appear in the graph. Any graph values above this value are not charted.
|
GraphMinValue
| Specifies the minimum value that will appear in the graph. Any graph values below this value are not charted.
|
ShowDataValue
| Specifies whether or not to display the numerical value associated with each riser on the chart. If set to TRUE (1), a value appears in the graph for each riser.
|
ShowGridLine
| Specifies whether or not to display grid lines on the graph.
|
VerticalBars
| Specifies whether to display the bars in a bar graph vertically or horizontally.
|
ShowLegend
| Specifies whether or not to display the graph legend.
|
FontFaceName
| Specifies the font for all text and values in the entire graph.
|